* Trim trailing whitespace from debian/changelog
* Drop unnecessary get-orig-source target from debian/rules
* Bump Standards-Version to 4.1.5
+ * Switch to unicode-data 11
-- Graham Inggs <ginggs@debian.org> Sat, 07 Jul 2018 08:30:46 +0000
Mo Zhou <cdluminate@gmail.com>,
Build-Depends: debhelper (>= 11),
perl,
- unicode-data (<< 10.1),
- unicode-data (>= 10.0)
+ unicode-data (<< 11.1),
+ unicode-data (>= 11.0)
Standards-Version: 4.1.5
Section: libs
Homepage: https://github.com/JuliaStrings/utf8proc
provided by the packages unicode-data and ttf-unifont, respectively.
Author: Peter Colberg <peter@colberg.org>
Forwarded: not-needed
-Last-Update: 2017-07-07
+Last-Update: 2018-07-07
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/data/Makefile
# GNU Unifont version for font metric calculations:
-UNIFONT_VERSION=9.0.04
-+UNIFONT_VERSION=10.0.02
++UNIFONT_VERSION=11.0.01
unifont.ttf:
- $(CURL) $(CURLFLAGS) -o $@ $(URLCACHE)https://mirrors.kernel.org/gnu/unifont/unifont-$(UNIFONT_VERSION)/unifont-$(UNIFONT_VERSION).ttf
# Unicode data version
-UNICODE_VERSION=9.0.0
-+UNICODE_VERSION=10.0.0
++UNICODE_VERSION=11.0.0
UnicodeData.txt:
- $(CURL) $(CURLFLAGS) -o $@ -O http://www.unicode.org/Public/$(UNICODE_VERSION)/ucd/UnicodeData.txt